home *** CD-ROM | disk | FTP | other *** search
/ maniac syndROMe 2 / maniac syndROMe 2.iso / pc / movies / 05.dxr / 00052.ls < prev    next >
Encoding:
Text File  |  1996-07-07  |  421 b   |  18 lines

  1. on mouseDown
  2.   set mh to clickOn()
  3.   set btnup to the number of cast "MENU UP"
  4.   set btndown to the number of cast "MENU DOWN"
  5.   repeat while the stillDown
  6.     if rollOver(mh) then
  7.       set the castNum of sprite mh to btndown
  8.     else
  9.       set the castNum of sprite mh to btnup
  10.     end if
  11.     updateStage()
  12.   end repeat
  13.   set the castNum of sprite mh to btnup
  14.   if rollOver(mh) then
  15.     go("MENU", "MENU")
  16.   end if
  17. end
  18.